{[ads_conf['name']]}
{[dialog_text_ads_conf['name']]} -
try {
var M = {
data() {
return {
show_ads: false,
show_ads_index: 0,
name: "wd36765bf0d5523c5b1df5fbe40429486"
}
},
created: function () {
this.ads_position = "top.banner";
setTimeout(() => {
this.show_ads = true;
let i = document.getElementById(this.name);
if (i) {
i.removeAttribute('id');
i.setAttribute('class', this.name)
}
}, 1)
},
methods: {
on_error: function (e) {
console.log('[ads]on_error:', e);
},
ads_image_url: function (ads_conf) {
if (ads_conf) {
return ads_conf['image'];
}
}
}
}
var Ctor = Vue.extend({
mixins: [ADSOBJET, M]
});
$g["top.banner"] = $m('#wd36765bf0d5523c5b1df5fbe40429486', Ctor);
} catch (e) {
console.log('ads e:', e);
}